* {
	margin: 0;
	padding: 0;
	font-family: "Mircosoft Yahei";
	/* font-size: 16px; */
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
	min-width: 1200px;
	/* background: url(../images/bgi.png) no-repeat top center #fcfcff; */
	background: url(../images/bgi_2.png) no-repeat top center #fcfcff;
	/* background-size: 100%; */
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

.clearfix {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* é¡µå¤´ */
.head_top {
	width: 1200px;
	height: 36px;
	line-height: 36px;
	margin: auto;
	padding: 0 20px;
	background: #fff;
}

.head_top p {
	font-size: 14px;
	color: #4c4c4c;
}

.head_top p span {
	font-size: 14px;
	color: #4c4c4c;
}

.head_logo {
	width: 1200px;
	height: 256px;
	padding: 40px 0 0 0;
	margin: auto;
}

.head_logo .fr {
	text-align: right;
}
.head_logo .fl{
	float: none;
}
.head_logo .fl img {
	height: 54px;
	margin: 90px auto 0 auto;
	display: block;
}

.head_logo form {
	float: right;
	text-align: right;
	width: 295px;
	overflow: auto;
}

.head_logo form input {
	background: url("../images/tp17.png") no-repeat;
	width: 295px;
	height: 45px;
	border: none;
	padding: 0 20px;
	outline: none;
	font-size: 14px;
	line-height: 45px;
	border-radius: 25px;
	border: 2px solid #326ebd;
	display: none;
	float: right;
	margin-top: -45px;

}
.head_logo .input_box{
	float: right;
	position: relative;
	z-index: 5;
}

.head_logo form a#submit {
	background: url("../images/tp16.png") no-repeat;
	width: 45px;
	height: 45px;
	border: none;
	cursor: pointer;
	outline: none;
	float: right;
	position: relative;
	z-index: 10;
}

.head_logo .input_box:hover .input_text {
	display: block;
}


.nav_box {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	background: #326ebd;
}

.nav_box .nav_center {
	width: 100%;
	height: 70px;
}

.nav_box .nav_center>li {
	height: 70px;
	width: 120px;
	float: left;
	text-align: center;
	/* background: url("../images/tp13.png") no-repeat; */
}

.nav_box .nav_center>li>a {
	color: #fff;
	font-size: 16px;
	display: block;
	width: 120px;
	text-align: center;
	padding-top: 10px;
}

.nav_box .nav_center>li>a img {
	display: block;
	margin: 0 auto;
	height: 28px;
	margin-bottom: 5px;
}

.nav_box .nav_center>li .nav_erji {
	width: 120px;
	display: none;
	position: relative;
	z-index: 999;
	top: 5px;
}

.nav_box .nav_center>li .nav_erji li {
	height: 40px;

}

.nav_box .nav_center>li .nav_erji li a:hover {
	background-color: #326ebd;
}

.nav_box .nav_center>li .nav_erji li a {
	height: 40px;
	display: block;
	width: 100%;
	line-height: 40px;
	font-size: 14px;
	background: #2559a1;
	color: #fff;
	/* 	border-top: 1px solid #153562;
	border-bottom: 1px solid #153562; */
	text-align: center;
}




.active {
	/* background: url("../images/tp12.png") no-repeat !important; */
	background-position: 100%;
	background-color: #2559a1;
}

.activeclick {
	/* background: url("../images/tp12.png") no-repeat !important; */
	background-position: 100%;
	background-color: #2559a1;
}

/* é“¾æŽ¥ */
.footer_link {
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

.footer_link .link_cen {
	position: relative;
}

.footer_link .link_cen:after {
	content: '';
	display: block;
	clear: both;
}

.footer_link .link_cen .link_und {
	position: absolute;
	bottom: -1px;
	width: 85px;
	height: 3px;
	background: #326ebd;
	z-index: 10;
}

.footer_link hr {
	background: #ececec;
	height: 2px;
	border: none;
}

.footer_link .link_name {
	color: #4c4c4c;
	padding: 10px 0;
}

.footer_link .link_name a {
	color: #4c4c4c;
	line-height: 30px;
	font-size: 14px;
}

.footer_link .link_name a:hover {
	color: #326ebd;
	text-decoration: underline;
}

.footer_link .link_name span {
	margin: 0 16px;
}

/* é¡µè„š */
.footer {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.footer .footer_bottom hr {
	height: 4px;
	background: #326ebd;
	border: none;
	margin: 20px 0;
}

.footer .footer_bottom .bottom_cen {
	width: 590px;
	margin: auto;
}

.footer .footer_bottom .bottom_cen:after {
	content: '';
	display: block;
	clear: both;
}

.footer .footer_bottom .bottom_cen img {
	display: block;
	margin-right: 20px;
}

.footer .footer_bottom .bottom_cen p,
.footer .footer_bottom .bottom_cen p a {
	font-size: 14px;
	color: #575757;
	line-height: 24px;
	padding-top: 5px;
}
